class PPAD
polynomial parity arguments on directed graphs,
EOTL,
class EOTL,
PPAD
#complexity_theory #game_theory
#complexity_theory #game_theory
Definition (end-of-line problem/end-of-the-line/EOTL)
Suppose an (implicit) directed graph of possibly exponential size, where in and out-degree of each vertex is one.
- Take inputs , which are two poly-time computable circuits, with special vertex such that , . These two circuits are called successor and predecessor.
- Then, the output is a vertex such that or .
(examples: end of any line, start of any lines that are not vertex, and vertices where and are inconsistent)
(i.e. find any source or sink of the direct graph other than vertex )
Definition (PPAD)
Any problem is in PPAD (Polynomial Parity Arguments on Directed graphs) if there is a polynomial-time reduction from it to the End-of-Line problem.
Notes
- Nash equilibrium is PPAD-complete
- considered a function problem (hence in function problem complexity hierarchy), specifically in TFNP (total function nondeterministic polynomial)
- Brouwer fixed-point theorem
- under the PCP for PPAD conjecture (Babichenko et al 2015): such that EOTL has polynomial-time reduction to -GCircuit problem
References
- https://web.stanford.edu/class/cs354/scribe/lecture05.pdf
- https://viterbi-web.usc.edu/~shanghua/teaching/Fall2010/lect9.pdf
- https://cs.stackexchange.com/questions/11604/end-of-the-line-augmented-problem-of-ppad
- C. Daskalakis, N. Golowich, and K. Zhang, “The Complexity of Markov Equilibrium in Stochastic Games,” in Proceedings of Thirty Sixth Conference on Learning Theory, G. Neu and L. Rosasco, Eds., in Proceedings of machine learning research, vol. 195. PMLR, July 2023, pp. 4180–4234. [Online]. Available: https://proceedings.mlr.press/v195/daskalakis23a.html
- https://courses.grainger.illinois.edu/cs580/fa2021/Slides/Lec9.pdf